Get a list of equipment following the AEMP ISO 15143-3 standard.
Rate limit: 5 requests/sec (learn more about rate limits here).
To use this endpoint, select Read AEMP under the Equipment category when creating or editing an API token. Learn More.
Submit Feedback: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.
curl --request GET \
--url https://api.samsara.com/beta/aemp/Fleet/{pageNumber} \
--header 'Authorization: Bearer <token>'{
"Fleet": {
"Equipment": [
{
"EquipmentHeader": {
"EquipmentID": "494123",
"Model": "S630 T4",
"OEMName": "Bobcat",
"PIN": "8V8WD530FLN016251",
"SerialNumber": "8V8WD530FLN016251",
"UnitInstallDateTime": "2019-06-13T19:08:25Z"
},
"Location": {
"Latitude": 12.34,
"Longitude": 12.34,
"datetime": "2019-06-13T19:08:25Z"
},
"CumulativeOperatingHours": {
"Hour": 12.34,
"datetime": "2019-06-13T19:08:25Z"
},
"DEFRemaining": {
"Percent": 12,
"datetime": "2019-06-13T19:08:25Z"
},
"Distance": {
"Odometer": 12,
"OdometerUnits": "kilometre",
"datetime": "2019-06-13T19:08:25Z"
},
"EngineStatus": {
"Running": true,
"datetime": "2019-06-13T19:08:25Z"
},
"FuelRemaining": {
"Percent": 12,
"datetime": "2019-06-13T19:08:25Z"
}
}
],
"Links": [
{
"href": "https://api.samsara.com/aemp/Fleet/1",
"rel": "self"
}
],
"snapshotTime": "2019-06-13T19:08:25Z",
"version": "1"
}
}Documentation Index
Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The number corresponding to a specific page of paginated results, defaulting to the first page if not provided. The default page size is 100 records.
OK response.
Contains a list of equipment objects and links
Show child attributes
curl --request GET \
--url https://api.samsara.com/beta/aemp/Fleet/{pageNumber} \
--header 'Authorization: Bearer <token>'{
"Fleet": {
"Equipment": [
{
"EquipmentHeader": {
"EquipmentID": "494123",
"Model": "S630 T4",
"OEMName": "Bobcat",
"PIN": "8V8WD530FLN016251",
"SerialNumber": "8V8WD530FLN016251",
"UnitInstallDateTime": "2019-06-13T19:08:25Z"
},
"Location": {
"Latitude": 12.34,
"Longitude": 12.34,
"datetime": "2019-06-13T19:08:25Z"
},
"CumulativeOperatingHours": {
"Hour": 12.34,
"datetime": "2019-06-13T19:08:25Z"
},
"DEFRemaining": {
"Percent": 12,
"datetime": "2019-06-13T19:08:25Z"
},
"Distance": {
"Odometer": 12,
"OdometerUnits": "kilometre",
"datetime": "2019-06-13T19:08:25Z"
},
"EngineStatus": {
"Running": true,
"datetime": "2019-06-13T19:08:25Z"
},
"FuelRemaining": {
"Percent": 12,
"datetime": "2019-06-13T19:08:25Z"
}
}
],
"Links": [
{
"href": "https://api.samsara.com/aemp/Fleet/1",
"rel": "self"
}
],
"snapshotTime": "2019-06-13T19:08:25Z",
"version": "1"
}
}